

#zxkfside .wyz {
  position: fixed;
  right: 0px;
      top: calc(100% - 120px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 0;
  border-right: 0px solid #20b09f;
  height: 482px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
#zxkfside .wyz-form.cur {
  width: 200px;
  opacity: 1;
}
#zxkfside .wyz .transition {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
#zxkfside .wyz .wyz-title {
  background-color: rgb(0 133 189);
  color: #fff;
  padding: 15px 20px 0;
  white-space: nowrap;
  position: relative;
}
#zxkfside .wyz .wyz-title .cf-close {
  position: absolute;
  left: 166px;
  top: 0;
  padding: 10px;
}
#zxkfside .wyz-item-block {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, .4);
  border-right: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#zxkfside .wyz-item-block:nth-child(1) {
  top: 50px;
}
#zxkfside .wyz-item-block:nth-child(2) {
  top: 128px;
}
#zxkfside .wyz-item-block:nth-child(3) {
  top: 206px;
}
#zxkfside .wyz-item-block:nth-child(4) {
  top: 284px;
}
#zxkfside .wyz-item-block:nth-child(5) {
  top: 362px;
}
#zxkfside .wyz-item {
  width: 100%;
  height: 100%;
}
#zxkfside .wyz-item-p {
  color: #fff;
  font-size: 12px;
}
#zxkfside .wyz-item-in {
  height: 100%;
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#zxkfside .wyz-item-in-p {
  color: #fff;
  text-align: center;
  line-height: 68px;
  height: 68px;
  white-space: nowrap;
}
#zxkfside .wyz-in.cur {
  width:200px;
  background-color: transparent;
}
#zxkfside .wyz-in.cur .wyz-item-in {
  width: 100%;
  display: block;
}
#zxkfside .wyz-in.cur .wyz-item {
  display: none;
}
#zxkfside .wyz-in:before {
  content: "";
  background-color: rgb(229 0 18);
  position: absolute;
  height: 100%;
  width: 0;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
}
#zxkfside .wyz-in.cur:before {
  width: 100%;
}
#zxkfside .wyz-item-block.wyz-top {
  display: none;
  cursor: pointer;
  width: 70px;
  height: 70px;
  top: 290px;
}
#zxkfside .wyz-item-block.wyz-top .wyz-item-p {
  font-size: 14px;
  margin-top: 0;
}
#zxkfside .wyz-in.wyz-search.cur {
  border-left: none;
}
#zxkfside .wyz-form {
  position: absolute;
  width: 0;
  right: 156px;
  bottom: -1px;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
}
#zxkfside .wyz-form .cf-form {
  background-color: rgb(215, 42, 41);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 20px;
  border-bottom: 1px solid #0085bd;
}
#zxkfside .wyz-form .cf-form-item {
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
}
#zxkfside .wyz-form .cf-form-item:last-of-type {
  margin: 0;
}
#zxkfside .wyz-form input {
  padding: 0 8px;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
#zxkfside .wyz-form .verify {
  width: 86px;
  margin-right: 5px;
}
#zxkfside .wyz-form .submit {
  width: 180px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
#zxkfside .wyz-qr-show {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid rgb(248 249 253);
  left: -140px;
  top: -91px;
}
#zxkfside .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#zxkfside .flex-col .img-block{padding-top:5px;}
#zxkfside {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#zxkfside .wyz-qr-show .img-block img{ 
	width: 159px;
	height: 159px;
}
 @media only screen and (max-width:1024px) {
#zxkfside,#zxkfside .wyz-item-block{width: 0;height: 0;overflow: hidden;filter: alpha(opacity=0);opacity:0; }
}
